home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gDemoStyle, gSection
- set gDemoStyle to "full"
- set gSection to "full"
- hChangeCursor("watch")
- hSetupMovie()
- end
-
- on stopMovie
- hCleanupSprites()
- unLoad()
- end
-
- on hSetupMovie
- hStandardPreLoad()
- hSetupDimmedBackground()
- end
-